PhoneNumberCollectionRemove Method |
Removes the specified phone number from the collection, if it is present.
Namespace:
Independentsoft.Sip.Sdp
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void Remove(
string phoneNumber
)
Public Sub Remove (
phoneNumber As String
)
Parameters
- phoneNumber
- Type: SystemString
The phone number to remove.
See Also